summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/render_targets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/texture_cache/render_targets.h')
-rw-r--r--src/video_core/texture_cache/render_targets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/texture_cache/render_targets.h b/src/video_core/texture_cache/render_targets.h
index 1efbd6507..0829d773a 100644
--- a/src/video_core/texture_cache/render_targets.h
+++ b/src/video_core/texture_cache/render_targets.h
@@ -13,7 +13,7 @@ namespace VideoCommon {
/// Framebuffer properties used to lookup a framebuffer
struct RenderTargets {
- constexpr auto operator<=>(const RenderTargets&) const noexcept = default;
+ constexpr bool operator==(const RenderTargets&) const noexcept = default;
constexpr bool Contains(std::span<const ImageViewId> elements) const noexcept {
const auto contains = [elements](ImageViewId item) {